home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / ole1v10a.lha / OLE_System / ole / misc / AlignObjects.fw.ct next >
Encoding:
Text File  |  1994-12-04  |  1.4 KB  |  129 lines

  1. ;
  2. ; AlignObjects.fw.ct
  3. ;
  4. ; $(C): (1994, Rocco Coluccelli, Bologna)
  5. ; $VER: AlignObjects.fw.ct 1.02 (23.Oct.1994)
  6. ;
  7.  
  8. ## english
  9.  
  10. # help1
  11. Choose if you want to align
  12. vertically, horizontally or both.
  13.  
  14. If you need to align objects referring to another,
  15. then you have to [LOCK] that first.
  16. Pressing [FREE] you can free a LOCKED object.
  17.  
  18. Pressing [OKAY] execute the operation.
  19. Press [UNDO] to restore previous positions.
  20.  
  21. NOTE:
  22. Take care for objects locked by the Word Processor.
  23. #
  24.  
  25. # title
  26. Align object
  27. #
  28.  
  29. # about
  30. An example, using the OLE System,
  31. adding new features to a program
  32. supplied with an ARexx port.
  33.  
  34. Rocco Coluccelli
  35. #
  36.  
  37. # 1
  38. Free
  39. #
  40.  
  41. # 2
  42. Lock
  43. #
  44.  
  45. # 3
  46. Horizontal
  47. #
  48.  
  49. # 4
  50. Vertical
  51. #
  52.  
  53. # 5
  54. Help
  55. #
  56.  
  57. # 6
  58. Okay
  59. #
  60.  
  61. # 7
  62. Undo
  63. #
  64.  
  65. ##
  66.  
  67.  
  68. ## italiano
  69.  
  70. # help1
  71. Scegli se vuoi allineare
  72. verticalmente e/o orizzontalmente.
  73.  
  74. Seleziona un oggetto e premi [BLOCCA]
  75. per allineare tutti gli oggetti
  76. in riferimento a quello.
  77. Successivamente puoi premere [LIBERA]
  78. per sbloccare l'oggetto.
  79.  
  80. Premi [OKAY] per eseguire l'allinaemento,
  81. e [OhNo] per recuperare le vecchie posizioni.
  82.  
  83. NOTE:
  84. Attenzione agli oggetti bloccati con il programma
  85. di scrittura che stai usando.
  86. #
  87.  
  88. # title
  89. Allinea oggetti
  90. #
  91.  
  92. # about
  93. Un esempio di come aggiungere nuove
  94. funzionalità ad un programma dotato
  95. di porta ARexx usando OLE System.
  96.  
  97. Rocco Coluccelli
  98. #
  99.  
  100. # 1
  101. Libera
  102. #
  103.  
  104. # 2
  105. Blocca
  106. #
  107.  
  108. # 3
  109. Orizzontale
  110. #
  111.  
  112. # 4
  113. Verticale
  114. #
  115.  
  116. # 5
  117. Aiuto
  118. #
  119.  
  120. # 6
  121. Okay
  122. #
  123.  
  124. # 7
  125. OhNo
  126. #
  127.  
  128. ##
  129.